net/http.http2clientConnPool.mu (field)

16 uses

	net/http (current package)
		h2_bundle.go#L770: 	mu sync.Mutex // TODO: maybe switch to RWMutex
		h2_bundle.go#L801: 		p.mu.Lock()
		h2_bundle.go#L811: 				p.mu.Unlock()
		h2_bundle.go#L816: 			p.mu.Unlock()
		h2_bundle.go#L821: 		p.mu.Unlock()
		h2_bundle.go#L868: 	c.p.mu.Lock()
		h2_bundle.go#L873: 	c.p.mu.Unlock()
		h2_bundle.go#L887: 	p.mu.Lock()
		h2_bundle.go#L890: 			p.mu.Unlock()
		h2_bundle.go#L906: 	p.mu.Unlock()
		h2_bundle.go#L926: 	p.mu.Lock()
		h2_bundle.go#L934: 	p.mu.Unlock()
		h2_bundle.go#L956: 	p.mu.Lock()
		h2_bundle.go#L957: 	defer p.mu.Unlock()
		h2_bundle.go#L974: 	p.mu.Lock()
		h2_bundle.go#L975: 	defer p.mu.Unlock()